home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Complete Linux
/
Complete Linux.iso
/
docs
/
apps
/
database
/
postgres
/
postgre4.z
/
postgre4
/
src
/
scripts
/
vacuum.sh
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1992-08-27
|
299 b
|
10 lines
#!/bin/sh
# $Header: /private/postgres/src/scripts/RCS/vacuum.sh,v 1.2 1991/08/05 14:07:04 sp Exp $
#
# Vacuum postgres databases
#
# We expect that this script will be run via cron nightly. This
# replaces vacuumd and vcontrol in earlier releases of postgres.
#
_POSTGRESBIN_/monitor -c vacuum $*